home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / commo54.zip / VT102-2.MAC < prev   
Text File  |  1992-12-19  |  2KB  |  59 lines

  1.                    VT102 Key Support - Set #2
  2.                    ──────────────────────────
  3.  
  4. This set is the more traditional of the two sets provided.  It works best with
  5. the 83-key keyboard.
  6.  
  7. This file may be used in place of COMMO.MAC (by renaming it) or you may
  8. combine elements of both (check for duplicate key definitions).  It may also
  9. be loaded automatically as part of a login macro, using the MACLoad function.
  10. See Appendices D and E in COMMO.DOC for details.
  11.  
  12.          Keypad and backspace keys
  13.  ───────────────────────────────────────────────────────────────────────────
  14.  
  15.  {:hom} {send ^[[H} {}           Home
  16.  {:chm} {send ^[[L} {}           ^Home
  17.  {:pgu} {send ^[[Or} {}          PgUp
  18.  {:cpu} {send ^[[M} {}           ^PgUp
  19.  {:pgd} {send ^[[Oq} {}          PgDn
  20.  {:cpd} {send ^[[H^[[2J} {}      ^PgDn
  21.  {:end} {send ^[[K} {}           End
  22.  
  23.  {:upa} {vtcur ^[[A|^[OA} {}     Up Arrow
  24.  {:dna} {vtcur ^[[B|^[OB} {}     Down Arrow
  25.  {:lfa} {vtcur ^[[D|^[OD} {}     Left Arrow
  26.  {:rta} {vtcur ^[[C|^[OC} {}     Right Arrow
  27.  
  28.  {:ins} {send ^[On} {}           Insert
  29.  {:del} {send } {}              Delete
  30.  
  31.  {:bsp} {send ^H} {}             Backspace
  32.  {:cbs} {send } {}              ^Backspace
  33.  
  34.          Function keys      Key     VT102 function
  35.  ───────────────────────────────────────────────────────────────────────────
  36.  
  37.  {:nf1} {send ^[OP} {}       F1       (PF1)
  38.  {:nf2} {send ^[OQ} {}       F2       (PF2)
  39.  {:sf1} {send ^[OR} {}       SF1      (PF3)
  40.  {:sf2} {send ^[OS} {}       SF2      (PF4)
  41.  
  42.  {:nf3} {vtpad 7|^[Ow} {}    F3       (7)
  43.  {:nf4} {vtpad 8|^[Ox} {}    F4       (8)
  44.  {:sf3} {vtpad 9|^[Oy} {}    SF3      (9)
  45.  {:sf4} {vtpad -|^[Om} {}    SF4      (-)
  46.  {:nf5} {vtpad 4|^[Ot} {}    F5       (4)
  47.  {:nf6} {vtpad 5|^[Ou} {}    F6       (5)
  48.  {:sf5} {vtpad 6|^[Ov} {}    SF5      (6)
  49.  {:sf6} {vtpad ,|^[Ol} {}    SF6      (,)
  50.  {:nf7} {vtpad 1|^[Oq} {}    F7       (1)
  51.  {:nf8} {vtpad 2|^[Or} {}    F8       (2)
  52.  {:sf7} {vtpad 3|^[Os} {}    SF7      (3)
  53.  {:sf8} {vtpad ^m|^[OM} {}   SF8      (Enter)
  54.  {:nf9} {vtpad 0|^[Op} {}    F9       (0)
  55.  {:nf0} {vtpad 0|^[Op} {}    F10      (0)
  56.  {:sf9} {vtpad .|^[On} {}    SF9      (.)
  57.  {:sf0} {vtpad ^m|^[OM} {}   SF10     (Enter)
  58.  
  59.